﻿2026-07-28T00:13:04.2649987Z ##[group]Run actions/checkout@v5
2026-07-28T00:13:04.2650598Z with:
2026-07-28T00:13:04.2651118Z   fetch-depth: 0
2026-07-28T00:13:04.2651594Z   repository: BigscreenVR/spt-bs-core
2026-07-28T00:13:04.2654586Z   token: ***
2026-07-28T00:13:04.2654946Z   ssh-strict: true
2026-07-28T00:13:04.2655307Z   ssh-user: git
2026-07-28T00:13:04.2655669Z   persist-credentials: true
2026-07-28T00:13:04.2656065Z   clean: true
2026-07-28T00:13:04.2656422Z   sparse-checkout-cone-mode: true
2026-07-28T00:13:04.2656838Z   fetch-tags: false
2026-07-28T00:13:04.2657186Z   show-progress: true
2026-07-28T00:13:04.2657547Z   lfs: false
2026-07-28T00:13:04.2657883Z   submodules: false
2026-07-28T00:13:04.2658251Z   set-safe-directory: true
2026-07-28T00:13:04.2658655Z   allow-unsafe-pr-checkout: false
2026-07-28T00:13:04.2659299Z ##[endgroup]
2026-07-28T00:13:04.3508287Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-28T00:13:04.3510525Z ##[group]Getting Git version info
2026-07-28T00:13:04.3511226Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-28T00:13:04.3512205Z [command]/usr/bin/git version
2026-07-28T00:13:04.3512643Z git version 2.43.0
2026-07-28T00:13:04.3523240Z ##[endgroup]
2026-07-28T00:13:04.3534245Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/eb3c95e8-efa9-48f5-ac01-7882ca1accd0' before making global git config changes
2026-07-28T00:13:04.3535419Z Adding repository directory to the temporary git global config as a safe directory
2026-07-28T00:13:04.3537458Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-28T00:13:04.3570901Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-28T00:13:04.3589497Z https://github.com/BigscreenVR/spt-bs-core
2026-07-28T00:13:04.3599743Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-28T00:13:04.3616170Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-28T00:13:04.3624970Z refs/heads/main
2026-07-28T00:13:04.3631644Z [command]/usr/bin/git checkout --detach
2026-07-28T00:13:04.3866800Z HEAD is now at 899f4660 Merge pull request #112 from BigscreenVR/release/v0.45.0
2026-07-28T00:13:04.3903436Z [command]/usr/bin/git branch --delete --force main
2026-07-28T00:13:04.3930863Z Deleted branch main (was 899f4660).
2026-07-28T00:13:04.4471432Z ##[endgroup]
2026-07-28T00:13:04.4472968Z [command]/usr/bin/git submodule status
2026-07-28T00:13:04.4664821Z ##[group]Cleaning the repository
2026-07-28T00:13:04.4667720Z [command]/usr/bin/git clean -ffdx
2026-07-28T00:13:08.4586284Z Removing .adapter-notify/
2026-07-28T00:13:08.4586919Z Removing target/
2026-07-28T00:13:08.4596196Z [command]/usr/bin/git reset --hard HEAD
2026-07-28T00:13:08.4827028Z HEAD is now at 899f4660 Merge pull request #112 from BigscreenVR/release/v0.45.0
2026-07-28T00:13:08.4833024Z ##[endgroup]
2026-07-28T00:13:08.4834659Z ##[group]Disabling automatic garbage collection
2026-07-28T00:13:08.4837869Z [command]/usr/bin/git config --local gc.auto 0
2026-07-28T00:13:08.4864437Z ##[endgroup]
2026-07-28T00:13:08.4864875Z ##[group]Setting up auth
2026-07-28T00:13:08.4870974Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-28T00:13:08.4895931Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-28T00:13:08.5085002Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-28T00:13:08.5111576Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-28T00:13:08.5300940Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-28T00:13:08.5327281Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-28T00:13:08.5522056Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-28T00:13:08.5558800Z ##[endgroup]
2026-07-28T00:13:08.5559497Z ##[group]Fetching the repository
2026-07-28T00:13:08.5565107Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-07-28T00:13:09.3808494Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-28T00:13:09.3809198Z  * [new branch]        docs/runbook-docs-publish-drift -> origin/docs/runbook-docs-publish-drift
2026-07-28T00:13:09.3870082Z [command]/usr/bin/git branch --list --remote origin/main
2026-07-28T00:13:09.3917691Z   origin/main
2026-07-28T00:13:09.3924504Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-07-28T00:13:09.3943027Z 899f4660e088faf7a202b9df1d76416d1258b7a4
2026-07-28T00:13:09.3946623Z ##[endgroup]
2026-07-28T00:13:09.3947143Z ##[group]Determining the checkout info
2026-07-28T00:13:09.3947782Z ##[endgroup]
2026-07-28T00:13:09.3950806Z [command]/usr/bin/git sparse-checkout disable
2026-07-28T00:13:09.3990038Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-28T00:13:09.4015902Z ##[group]Checking out the ref
2026-07-28T00:13:09.4018712Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-28T00:13:09.4069319Z Switched to a new branch 'main'
2026-07-28T00:13:09.4071121Z branch 'main' set up to track 'origin/main'.
2026-07-28T00:13:09.4075445Z ##[endgroup]
2026-07-28T00:13:09.4109448Z [command]/usr/bin/git log -1 --format=%H
2026-07-28T00:13:09.4132060Z 899f4660e088faf7a202b9df1d76416d1258b7a4
